home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / AST2X96.INC < prev    next >
Text File  |  1994-03-28  |  920b  |  44 lines

  1. ; AST 2X9600
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;              FRONT 1 2 3 4 5 6 7 8 9 10
  6. ;                    U D D U D U U D * *
  7. ;
  8. ;              REAR  1 2 3 4 5 6 7 8
  9. ;                    D D D U D U U *
  10. ; *=Not Used
  11. ;
  12. ;
  13. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  14. ; program, type the following lines and press ENTER after each.  Then
  15. ; exit and restart TE/2.
  16. ;
  17. ;       AT&F
  18. ;       AT&C1&D2\J0\N3\Q3\V1&W
  19. ;
  20. ; NOTES: Set ALL dialing directory entries to 19200 baud
  21.  
  22. Baud          19200
  23. Parity        N
  24. WordLen       8
  25. StopBits      1
  26.  
  27. XonXoff       BOTH
  28. CtsRts        BOTH
  29. MatchBaud     FALSE
  30.  
  31. ModemInitStrg ATZ^M
  32. ModemDialStrg ATDT
  33. ModemDialSufx ^M
  34. ModemHangStrg ;
  35. DTRHangup     TRUE
  36.  
  37. Connect       CONNECT,19200
  38.  
  39. NoConnect     NO_DIALTONE
  40. NoConnect     NO_CARRIER
  41. NoConnect     BUSY
  42. NoConnect     VOICE
  43.  
  44.